home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / HyperCuber 2.0 / source / CNCubeDialogDirector.cp < prev    next >
Encoding:
Text File  |  1994-04-28  |  1.6 KB  |  22 lines  |  [TEXT/KAHL]

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| CNCubeDialogDirector.cp
  3. //|
  4. //| This implements the preferences dialog director
  5. //|_________________________________________________________
  6.  
  7. #include "CIntegerText.h"
  8. #include "CNCubeDialog.h"
  9. #include "CNCubeDialogDirector.h"
  10.  
  11. #include "HyperCuber Commands.h"
  12.  
  13.  
  14.  
  15. //============================ Globals ============================\\
  16.  
  17. extern CDesktop         *gDesktop;
  18.  
  19.  
  20.  
  21. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. // CNCubeDialogDire